Is it possible to use `AspNetWindowsTokenRoleProvider` with FORMS Authentication?

Posted by Nate Bross on Stack Overflow See other posts from Stack Overflow or by Nate Bross
Published on 2010-04-09T19:40:29Z Indexed on 2010/04/09 19:43 UTC
Read the original article Hit count: 722

Filed under:
|
|
|
|

Title says it all really: Is it possible to use this Role Provider AspNetWindowsTokenRoleProvider with ASP.NET FORMS Authentication (via this MembershipProvider System.Web.Security.ActiveDirectoryMembershipProvider)?

It seems to only work with <authentication mode="Windows">, is it possible to use it with FORMS?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about security